func reflect.haveIdenticalUnderlyingType

11 uses

	reflect (current package)
		type.go#L1549: 	return haveIdenticalUnderlyingType(T, V, true)
		type.go#L1561: 	return haveIdenticalUnderlyingType(T, V, false)
		type.go#L1564: func haveIdenticalUnderlyingType(T, V *abi.Type, cmpTags bool) bool {
		type.go#L1908: 			if haveIdenticalUnderlyingType(&ft.Type, t, true) {
		type.go#L1919: 			if haveIdenticalUnderlyingType(&ft.Type, t, true) {
		type.go#L1937: 		if haveIdenticalUnderlyingType(&ft.Type, tt, true) {
		type.go#L2446: 			if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		type.go#L2458: 			if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		type.go#L2475: 		if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		value.go#L3375: 	if haveIdenticalUnderlyingType(dst, src, false) {
		value.go#L3382: 		haveIdenticalUnderlyingType(elem(dst), elem(src), false) {